Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Adapter that will be implemented over androidx.car.app.SurfaceContainer.

Link copied to clipboard
typealias OnFlingCallback = (velocityX: Float, velocityY: Float) -> Unit

Provides information about a fling touch event on the car screen.

Link copied to clipboard
typealias OnScaleCallback = (focusX: Float, focusY: Float, scaleFactor: Float) -> Unit

Provides information about a scale touch event on the car screen.

Link copied to clipboard
typealias OnScrollCallback = (distanceX: Float, distanceY: Float) -> Unit

Provides information about a scroll touch event on the car screen.